ListBoxDataField Property
Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
-the current row of a form changes, the control is initialized with the value from its column.
-the user changes the content of a control, this changed value is written back to its column.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public string DataField { get; set; }
Public Property DataField As String
Get
Set
Property Value
String